Fetch Child Information
Service: Fetch Child Information
- Base URL:
http://zm.irdresearch.org/mrest/followup/organization
- Description
The Follow-Up Service fetches detailed information about a child, including their demographic data, vaccination status, and any associated follow-up information through the mobile application. This service is designed to retrieve up-to-date child health and enrollment information, including past vaccinations, upcoming scheduled vaccinations, and follow-up data.
The response includes essential child-related details, vaccination records, and other health information, which are vital for healthcare providers and mobile app users to track the child’s status and ensure timely healthcare interventions.
-
Request Format
This API uses the HTTP GET method to retrieve child data.
- URL Parameters:
- chlid: The unique identifier for the child.
- organizationId: The organization identifier.
- Response Format
- Content-Type:
application/json - Success Response: A 200 OK HTTP status code with the appropriate JSON response body.
- Failure Response: If the operation is incomplete or fails due to unknown reasons, a response code of
2will be returned with no additional JSON content. - Server Error Response: A 500 Internal Server Error HTTP status code when a server-side error occurs.
-
Dependencies
This API allows fetching detailed child information such as demographic data, vaccination history, and follow-up details for a specific child and organization. This is crucial for healthcare providers to stay informed about the child’s vaccination schedule and other important data.
-
Flow Chart
